Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.24.1 #772

Merged
merged 9 commits into from
Aug 10, 2023
Merged

Release 3.24.1 #772

merged 9 commits into from
Aug 10, 2023

Conversation

nr-swilloughby
Copy link
Contributor

3.24.1

Fixed

  • Performance improvement around calls to security agent. In some cases, unnecessary setup operations were being performed even if there was no security agent present to use that. These are now conditional on the security agent being present in the application (note that this will enable the setup code if the security agent is present in the application, regardless of whether it's currently enabled to run). This affects:

    • Base agent code (updated to v3.24.1)
    • nrmongo integration (updated to v1.1.1)
  • Fixed unit tests for integrations which were failing because code level metrics are enabled by default now:

    • nrawssdk-v1 (updated to v1.1.2)
    • nrawssdk-v2 (updated to v1.2.2)
    • nrecho-v3 (updated to v1.0.2)
    • nrecho-v4 (updated to v1.0.4)
    • nrhttprouter (updated to 1.0.2)
    • nrlambda (updated to v1.2.2)
    • nrnats (updated to v1.1.5)
    • nrredis-v8 (updated to v1.0.1)

Changed

  • Updated all integration go.mod files to reflect supported Go language versions.

Support statement

We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves (i.e., Go versions 1.19 and later are supported).

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)

See the Go agent EOL Policy for details about supported versions of the Go agent and third-party components.

@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2023

Codecov Report

Merging #772 (f4aa806) into master (5986bbc) will increase coverage by 0.04%.
Report is 1 commits behind head on master.
The diff coverage is 24.13%.

@@            Coverage Diff             @@
##           master     #772      +/-   ##
==========================================
+ Coverage   81.64%   81.68%   +0.04%     
==========================================
  Files         123      134      +11     
  Lines       11553    12248     +695     
==========================================
+ Hits         9432    10005     +573     
- Misses       1865     1966     +101     
- Partials      256      277      +21     
Files Changed Coverage Δ
v3/newrelic/instrumentation.go 77.46% <0.00%> (-2.25%) ⬇️
v3/newrelic/internal_response_writer.go 50.00% <0.00%> (-1.34%) ⬇️
v3/newrelic/internal_txn.go 90.00% <0.00%> (ø)
v3/newrelic/segments.go 72.88% <0.00%> (-10.46%) ⬇️
v3/newrelic/transaction.go 65.20% <0.00%> (-2.14%) ⬇️
v3/newrelic/version.go 100.00% <ø> (ø)
v3/newrelic/sql_driver.go 46.00% <20.51%> (-19.11%) ⬇️
v3/integrations/nrmongo/nrmongo.go 82.02% <22.22%> (-14.37%) ⬇️
v3/newrelic/log_event.go 80.70% <100.00%> (-1.42%) ⬇️

... and 12 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nr-swilloughby nr-swilloughby merged commit d59f46c into master Aug 10, 2023
44 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants